Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
ASP.Net Tutorial
1) ADO Net Database
2) Ajax
3) ASP Net Controls
4) ASP Net Instroduction
5) Authentication Authorization
6) Cache
7) Collections
8) Configuration
9) Cookie
10) Custom Controls
11) Data Binding
12) Development
13) File Directory
14) HTML Controls
15) Internationalization
16) Language Basics
17) LINQ
18) Mobile
19) Page Lifecycle
20) Profile
21) Response
22) Sessions
23) Validation
24) WebPart
25) XML
ASP Net Instroduction
1) @Page directive
2) Appication level event handlers in global asax
3) Application Directory Structure
4) Application level action sequence
5) ASP NET Application Folders
6) ASP NET File Types
7) ASP NET Page Directives
8) ASP NET reserved application folders
9) Code behind (VB net)
10) Code-behind model allows for code separation of the pages business logic from its presentation logic
11) Code-inline model
12) Directives in ASP NET
13) Expression
14) Get value from query string
15) Global application file (C#)
16) Global asax file can be used to track the number of page requests made for any page
17) Log exception in Global asax (C#)
18) Log exception in Global asax (VB)
19) Notable ASP net file extension
20) Override string GetVaryByCustomString in Global asax (C#)
21) Override string GetVaryByCustomString in Global asax (VB)
22) Page Directives, code section and layout
23) Some events dont fire with every request
24) Static application variables
25) The ASP NET Framework gives you the most commonly used namespaces
26) The global asax Application File
27) Use Code behind
28) Your first ASP net page